*{
    margin:0px;
    padding:0px;
	outline:none;
    }
 html, body {
     position: relative;
     height: 100%;
 }
 body {
     background: #fefefe;
     font-family: "PingFang HK", "Microsoft YaHei", "Arial";
     font-size: 14px;
     color:#000;
     margin: 0;
     padding: 0;
 }
 li{
    list-style: none;
 }
 a{
    color:#333;
 }
 .sj{
  display:None;
 }
.w90{
  width:90%;
  margin:0 auto;
}
img{
  display:block;
}
.kysl img{
  display:inline-block;
  width:100% !important;
  height:auto;
}

/*header*/
.header_top{
  height:52px;
  line-height:52px;
  background:#fff;
  width:100%;
}
.header_img{
  width:110px;
  position:relative;
  top:10px;
  float:left;
}
.header_img img{
  width:100%;
}
.header_top>.header>ul{
  width:70%;
  float:right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header_top>.header>ul>li{
  flex: 1;
  text-align:center;
  transition: .5s;
}
.header_top>.header>ul>.action{
  background:#c93239;
}
.header_top>.header>ul>.action a{
  color:#fff;
}
.header_top>.header>ul>li:hover{
  background:#c93239;
  box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.4);
}
.header_top>.header>ul>li:hover a{
  color:#fff;
}
.header_top>.header>ul>li>a{
  font-size:14px;
  color:#c93239;
}
.header_top>.header>ul>li:hover .nav-down{
  display:block;
}
.nav-down{
  display:None;
  width:70%;
  left:30%;
  transition: .5s;
  position:absolute;
  z-index:999;
  background:#c93239;
  height:60px;
  line-height:60px;
}
.div-01{
  display:inline-block;
  padding:0 30px;
}
.div-01:hover{
  background:#fff;
}
.div-01:hover .span-a2 a{
  color:#c93239 !important;
}
/*header end*/


/*banner*/
.swipera {
   width: 100%;
   height: 520px;
 }
.swipera .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swipera img{
  width:100%;
  height:520px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 5% !important;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 5% !important;
  right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size:38px !important;
  color:#aab3b2 !important;
}
/*banner end*/

/*title*/
.title{
  margin:40px 0px;
  font-size:28px;
  color:#000;
}
.title i{
  color:#c93239;
  font-size:40px;
  margin-right:16px;
  width:40px;
  height:40px;
  
}

.w90 .title:nth-child(1) i{
  position:relative;
  top:1.5px;
}
.w90 .title:nth-child(3) i{
  position:relative;
  top:-1px;
  font-size:33.32px;
}
.w90 .title:nth-child(5) i{
  position:relative;
  top:3px;
}
.w90 .title:nth-child(7) i{
  position:relative;
  top:3px;
}
.w90 .title:nth-child(13) i{
  position:relative;
  top:5px;
}
/*title end*/

/*ia*/
.ial{
  float:left;
}
.ial_banner{
  width:780px;
  height:370px;
}
.ial_banner .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.ial_banner .swiper-pagination-bullet {
  width: 7px !important;
  height:7px !important;
  display: inline-block;
  border-radius: 50%;
  background: none !important;
  border:2px solid #fff;
  opacity: 1 !important;
}
.ial_banner .swiper-pagination-bullet-active{
  width:25px !important;
  height:7px !important;
  border-radius: 4.5px !important;
  background:#fff !important;
}
.iar{
  width:830px;
  float:right;
}
.iar1l{
  width:280px;
  height:180px;
  float:left;
  position: relative;
  overflow: hidden;
}
.iar1l img{
  width:100%;
  height:180px;
  transition: .5s;
}
.iar1:hover img{
  transform: scale(1.05);
}
.iar1:hover .iar1r1{
  color: #c93239;
}
.iar1r{
  width:515px;
  float:right;
  height:180px;
}
.iar1r1{
  font-size:16px;
  font-weight:500;
  color:#000;
  line-height:50px;
  font-family: "PingFang SC Bold", "Microsoft YaHei", "Arial";
}
.iar1r2{
  margin-top:4px;
  font-size:14px;
  color:#595959;
  line-height:26px;
  text-align:justify;
}
.iar1{
  height:180px;
  padding-bottom:35px;
  margin-bottom:35px;
  border-bottom:1px solid #b2b2b2;
}
.iar2 ul li:hover a{
  font-size:14px;
  color:#c52227;
}
.iar2 ul li a{
  color:#575757;
  font-size:14px;
  display:block;
  height:30px;
  line-height:30px;
  position:relative;
  overflow: hidden;
}
.iar2 ul li span{
  float:right;
}
.iar2 ul li div{
  display:inline-block;
}
/*ia end*/

/*ib*/
.ib>ul>li{
  float:left;
  width:29%;
}
.ib>ul>li:nth-child(2){
  margin:0 6.5%;
}
.ib .ib1{
  font-size:26px;
  font-family: "PingFang SC Bold", "Microsoft YaHei", "Arial";
  text-align:center;
  margin-bottom:25px;
  color:#c93239;
  position:relative;
}
.ib .ib1::before{
  content:'';
  position:absolute;
  right:27%;
  top:20px;
  width:32px;
  height:3px;
  background:#c93239;
}
.ib .ib1::after{
  content:'';
  position:absolute;
  left:27%;
  top:20px;
  width:32px;
  height:3px;
  background:#c93239;
}
.ib .ib2{
  position:relative;
  overflow: hidden;
}
.ib .ib2:hover img{
  transform: scale(1.05);
}
.ib .ib2 img{
  width:100%;
  transition: .5s;
}
.ib3 ul li{
  height:38px;
  line-height:38px;
  overflow: hidden;
}
.ib3 ul li a{
  transition: .5s;
  font-size:14px;
}
.ib3 ul li:hover a{
  color:#c52227;
}
.ib3 ul li:hover span{
  color:#c52227;
}
.ib3 li span{
  float:right;
  margin-right:15px;
  color:#afafaf;
  font-size:12px;
}
.ggw{
  margin-top:30px;
}
.ggw .ggw1{
  width:48%;
  float:left;
}
.ggw .ggw2:nth-child(2){
  width:48%;
  float:right;
}
.ggw .ggw1 img{
  width:100% ;
}
/*ib end*/

/*ic*/
.ic .icl{
  width:626px;
  height:420px;
  float:left;
}
.ic .icl img{
  width:100%;
}
.ic .icr{
  width:1000px;
  float:right;
}
.icr1{
  font-size:16px;
  color:#595959;
  line-height:30px;
  text-indent:2em;
}
.icr1 p{
  margin-bottom:20px;
}
.icr2{
  margin-top:75px;
}
.icr2 ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height:135px;
}
.icr2 ul li{
  width:135px;
  height:135px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  text-align:center;
  transition: .3s;
  cursor: pointer;
}
.icr2 ul li:hover .icr2a{
  transform: rotate(360deg);
}
.icr2a{
  margin-top:30px;
  color:#c93239;
  transition: .3s;
}
.icr2a i{
  font-size:43px;
  transition: .3s;
}
.icr2b{
  font-size:16px;
  color:#c93239;
  margin-top:8px;
  transition: .3s;
}
.icr2 ul li:hover{
  background:#c93239;
  box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.8);
}
.icr2 ul li:hover .icr2a{
  color:#fff;
}
.icr2 ul li:hover .icr2b{
  color:#fff;
}
/*ic end*/

/*id*/
.ib>ul>li:nth-child(5){
  margin:0 6.5%;
}
.ib>ul>li:nth-child(4),.ib>ul>li:nth-child(5),.ib>ul>li:nth-child(6){
  margin-top:34px;
}
/*id end*/

/*iinav*/
.iinav{
  float:right;
}
.iinav ul li{
  float:left;
  height:40px;
  width:124px;
  text-align:center;
  line-height:40px;
  border:1px solid #818181;
  border-radius: 20px;
  margin-left:34px;
  transition: .5s;
  position:relative;
  overflow: hidden;
}
.iinav ul li::after{
  content:'';
  position:absolute;
  width:100%;
  height:40px;
  left:-100%;
  top:0px;
  background:#c93239;
  transition: .5s;
}
.iinav ul li:hover{
  border:1px solid #c93239;
}
.iinav ul li:hover::after{
  left:0px;
}
.iinav ul li:hover a{
  color:#fff;
}
.iinav ul li a{
  font-size:18px;
  color:#818181;
  display:block;
  width:124px;
  height:40px;
  position:relative;
  z-index:1;
  transition: .5s;
}
/*iinav end*/

/*ie*/
.ie1{
  padding-bottom:30px;
  height:372px;
  
}
.ie1 ul li{
  width:23%;
  float:left;
  height:372px;
  background:#f5f5f5;
  text-align:center;
  margin-right:2.66%;
  position:relative;
}
.ie1 ul li img{
  display:inline-block;
}
.ie1 ul li:nth-child(4){
  margin-right:0px;
}
.ie1b{
  font-size:18px;
  color:#4a4a4a;
  text-align:center;
}
/*ie end*/

/*if*/
.ifl{
  width:950px;
  float:left;
}
.ifla1{
  height:72px;
  line-height:72px;
  font-size:26px;
  color:#c93239;
  position:relative;
  text-indent:42px;
  border-bottom:1px #000000 solid;
  margin-top:19px;
}
.ifla1::after{
  content:'';
  position:absolute;
  left:0px;
  top:35px;
  height:3px;
  width:32px;
  background:#c93239;
}
.ifla1::before{
  content:'';
  position:absolute;
  left:158px;
  top:35px;
  height:3px;
  width:32px;
  background:#c93239;
}
.ifla1 a{
  float:right;
  position:relative;
  top:12px;
  color:#c93239;
}
.ifla1 i{
  font-size:36px;
}
.ifla2{
  margin:25px 0px;
}
.ifla2:hover .ifla2r1{
  color:#c93239;
}
.iy2 ul li:hover a{
  color:#c93239;
}
.footerb a{
  display:inline-block;
}
.ifla2l{
  float:left;
  width:386px;
  position:relative;
  overflow: hidden;
}
.ifla2l:hover img{
  transform: scale(1.05);
}
.ifla2l img{
  width:100%;
  transition: .5s;
}
.ifla2r{
  width:540px;
  float:right;
}
.ifla2r1{
  font-size:20px;
  color:#000;
  margin:16px 0px;
}
.ifla2r2{
  color:#747474;
  font-size:16px;
  line-height:26px;
}
.ifr{
  width:650px;
  float:right;
}
.ifla3{
  margin-top:16px;
}

.iflb{
  margin-top:60px;
}

/*if end*/

/*iy*/
.iy1{
  padding-bottom:30px;
}
.iy1 ul li{
  width:15%;
  margin-right:2%;
  float:left;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  position:relative;
  overflow: hidden;
}
.iy1 ul li:nth-child(6n){
  margin-right:0px;
}
.iy1 ul li:last-child{
  margin-right:0px;
}
.iy1 ul li img{
  width:100%;
  
  transition: .5s;
}
.iy1 ul li:hover img{
  transform: scale(1.05);
}
.iy2{
  padding-bottom:30px;
}
.iy2 ul li{
  display:inline-block;
}
.iy2 ul li:first-child{
  font-size:16px;
  color:#000;
}
.iy2 ul li a{
  color:#818181;
  display:block;
  margin:0 10px;
}
/*iy end*/

/*footer*/
.footer{
  height:362px;
  background:#c93239;
  padding-top:34px;
  position:relative;
}
.footera>ul>li{
  float:left;
  margin-left:50px;
  margin-right:50px;
}
.footera>ul>li:first-child{
  margin-left:0px;
}
.footer1{
  font-size:16px;
  color:#fff;
}
.footer1a{
  margin-top:15px;
}
.footer1a a{
  color:#fff;
  display:block;
  line-height:26px;
}
.footerb{
  position:absolute;
  width:100%;
  bottom:0px;
  left:0px;
  height:40px;
  line-height:40px;
  color:#fff;
  border-top:1px solid #fff;
  text-align:center;
}
.footerb a{
  color:#fff;
}
.footera1{
  width:490px;
  float:right;
  padding-left:70px;
  border-left:1px solid #fff;
}
.footera1a{
  font-size:16px;
  color:#fff;
}
.footera1b li{
  font-size:12px;
  color:#fff;
  width:50%;
  float:left;
  line-height:26px;
}
.footera1b li:nth-child(2n){
  width:45%;
  float:right;
}
.footera1b{
  margin-top:20px;
}
.footera1c{
  margin-top:30px;
}
.footera1c ul li{
  float:left;
}
.footera1c ul li{
  width:98px;
  margin-right:6.4%;
  text-align:center;
}
.footera1c ul li img{
  width:78px;
  height:78px;
}
.footera1ca img{
 display: inline;
}
.footera1cb{
  font-size:12px;
  color:#fff;
}
.footerb p{
  display:inline-block;
  margin:0 10px;
}
.footerb img{
  display:inline-block;
  height:12px;
}
.fdzd{
  position:fixed;
  bottom:6%;
  right:0%;
  width:50px;
  text-align:center;
  border:1px solid #c52227;
  background:#fff;
  color:#c52227;
}
.fdzd .fhsy{
  height:50px;
  line-height:50px;
  border-bottom:1px solid #c52227;
  transition: .5s;
}
.fdzd .fhsy a{
  color:#c52227;
  display:inline-block;
  height:50px;
  line-height:50px;
  transition: .5s;
}
.fdzd .fhsy:hover{
  background:#c52227;
}
.fdzd .fhsy:hover a{
  color:#fff;
}
.fdzd .fhdb{
  height:50px;
  line-height:50px;
  color:#c52227;
  transition: .5s;
  cursor: pointer;
}
.fdzd .fhdb:hover{
  background:#c52227;
  color:#fff;
}
.fdzd i{
  font-size:22px;
}
/*footer end*/

/*about*/
.aar{
  float:right;
  width:598px;
  padding:36px 50px;
  background:#fff;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.aar1{
  font-size:28px;
  color:#000;
  padding-bottom:22px;
  border-bottom:1px solid #7f7f7f;
  margin-bottom:16px;
}
.aar1 i{
  font-size:36px;
  color:#c93239;
  margin-right:16px;
}
/*zxcp*/
.zxcp_img{
  position:relative;
  overflow: hidden;
}
.aar4 li img{
  transition: .5s;
}
.aar4 li:hover img{
  transform: scale(1.05);
}
.zxcp_text{
  font-size:14px;
  line-height:40px;
}
.aar4 li:hover .zxcp_text{
  background:#f2f2f2;
}
/*aar2*/
.aar2 ul li{
  height:34px;
  line-height:34px;
}
.aar2 ul li a{
  font-size:14px;
  font-family: "PingFang Bold";
}
.aar2 ul li:nth-child(1) a{
  color:#c93239;
}
.aar2 ul li:hover a{
  color:#c93239;
}
.aar2 ul li:nth-child(1) span,.aar2 ul li:nth-child(2) span,.aar2 ul li:nth-child(3) span{
  color:#c93239;
  font-weight:600;
}
.aar2 ul li span{
  display:inline-block;
  width:40px;
  font-size:14px;
  text-align:center;
  margin-right:15px;
}
/*aar3*/
.aar3{
  margin-top:80px;
}
/*aar4*/
.aar4{
  margin-top:40px;
}
.aar4 ul li{
  width:32%;
  margin-right:2%;
  float:left;
  margin-bottom:30px;
  background:#f5f5f5;
  text-align:center;
}
.aar4 ul li img{
  width:191px;
  height:191px;
}
.aar4 ul li:nth-child(3n){
  margin-right:0px;
}
/*aar5*/
.aar5 img{
  width:100%;
}
/*aar6*/
.aar6{
  text-align:center;
  margin:60px 0px 10px;
}
.aar6 li{
  display:inline-block;
  margin:0 10px;
}
.aar6 li img{
  width:35px;
  height:35px;
  position:relative;
  top:10px;
}
.aar6 li:nth-child(1){
  font-size:18px;
  color:#000;
  line-height:35px;
}

/*aal*/
.aal{
  width:940px;
  float:left;
  background:#fff;
 position:relative;
}

.aal .navlist{
  padding-bottom:30px;
  transition: .5s;
}
.navlist{
  border-top:11px solid #c93239;
  box-shadow: 0px 0px 10px 1px rgba(201,50,57,0.1);
  position:relative;
  z-index:3;
  background:#fff;
  overflow: hidden;
}

.abk{
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
  position:relative;
  margin-top:-10px;
  z-index:1;
  background:#fff;
}
.navlist ul li{
  width:20%;
  text-align:center;
  height:80px;
  line-height:80px;
  position:relative;
  float:left;
}
.navlist ul li a{
  font-size:16px;
  color:#000;
  letter-spacing: 1px;
}
.navlist ul .action a{
  color:#c93239;
}
.navlist ul li:hover a{
  color:#c93239;
}
.navlist ul li:hover::after{
  content:'';
  position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-10px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #c93239;
}
.navlist ul .action::after{
  content:'';
  position:absolute;
  bottom:10px;
  left:50%;
  margin-left:-10px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #c93239;
}
.aal1{
  width:35px;
  height:35px;
  background:#c93239;
  border-radius: 50%;
  color:#fff;
  text-align:center;
  line-height:35px;
  position:absolute;
  left:50%;
  margin-top: -17.5px;
  margin-left:-17.5px;
  box-shadow: 0px 0px 5px 1px rgba(201,50,57,0.4);
  z-index:4;
  cursor: pointer;
}
.aal1 i{
  position:relative;
  top:-2px;
  font-size:20px;
  z-index:2;
}

/*gsjj*/
.gsjj_img{
  text-align:center;
  padding-top:68px;
  padding-bottom:16px;
  position:relative;
}
.gsjj_img::after{
  content:'';
  position:absolute;
  width:40%;
  height:3px;
  background:#000;
  left:30%;
  bottom:0px;
  border-radius: 1.5px;
}
.gsjj img{
  display:inline;
}
.gsjj_text{
  text-align:center;
  font-size:24px;
  color:#c93239;
  font-weight:600;
  margin:30px 0px 60px;
}
.gsjj_content{
  padding:0 24px 56px;
}
.gsjj_content img{
  width:100%;
  margin-bottom:30px;
}

.gsjj_content p{
  font-size:16px;
  line-height:30px;
  margin-bottom:10px;
}
/*qywh*/
.qywh_img{
  text-align:center;
  padding-top:68px;
  padding-bottom:16px;
  position:relative;
}
.qywh img{
  display:inline;
}
.qywha{
  margin-top:40px;
}
.qywha ul li{
  position:relative;
  width:27%;
  height:292px;
  margin:0px 3.09% 60px;
  float:left;
}
.qywha ul li::after{
  content:'';
  position:absolute;
  width:244px;
  height:284px;
  top:0px;
  left:0px;
  border-radius: 8px;
  background:#f5f5f5;
}
.qywha ul li::before{
  content:'';
  position:absolute;
  width:244px;
  height:284px;
  top:8px;
  left:8px;
  border-radius: 8px;
  background:#c62128;
}
.qywha1,.qywha2,.qywha3{
  position:relative;
  z-index:3;
}
.qywha1{
  color:#c62128;
  margin-left:30px;
  margin-top:58px;
  margin-bottom:38px;
}
.qywha1 i{
  font-size:55px;
}
.qywha2{
  font-size:22px;
  color:#c62128;
  margin-left:30px;
  margin-bottom:24px;
}
.qywha3{
  font-size:16px;
  color:#555555;
  margin-left:30px;
}
/*csrjj*/
.csrjj{
  position:relative;
  padding-top:110px;
  z-index:2;
  height:472px;
}
.csrjj_img{
 float:left;
 width:300px;
 margin-left:100px;
}
.csrjj_img img{
  width:100%;
  border:2px solid #fff;
}
.csrjja{
  writing-mode:vertical-lr;
  font-size:26px;
  color:#c52227;
  float:left;
  position:relative;
  left:45px;
  letter-spacing: 5px;
  font-weight:500;
}
.csrjj_text{
  margin-right:10px;
}
.csrjjb{
  width:380px;
  font-size:15px;
  line-height:27px;
  float:right;
  font-family: "微软雅黑";
}
.csrxm{
  width:90%;
  background:#c62128;
  height:120px;
  position:relative;
  z-index:1;
  top:-70px;
  left:5%;
}
.csrxm img{
  position:absolute;
  right:70px;
  top:48px;
}
.csrjjbottom{
  margin-top:30px;
}
.csrjj_l{
  width:400px;
  background:#fff;
  height:343px;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
  float:left;
}
.csrjj_r{
  float:right;
  width:515px;
  height:343px;
  background:#fff;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
}
.csrjj_1{
  font-size:27px;
  text-align:center;
  color:#c72228;
  padding-top:28px;
  font-weight:bold;
  letter-spacing: 2px;
}
.csrjj_1 i{
  margin-right:18px;
  font-size:27px;
}

.csrjj_l ul{
  width:90%;
  overflow: auto;
  height:238px;
  margin:30px auto 0px;
}
.csrjj_l ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
 }
 .csrjj_l ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background: #ffffff;
 }
 .csrjj_l ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
 }
.csrjj_l ul li{
  line-height:34px;
  background:#ededed;
  text-align:center;
  overflow: hidden;
  height:34px;
}
.csrjj_l ul li:hover{
  height:64px;
}
.csrjj_l ul li:nth-child(2n){
  background:#f9f9f9;
}
.csrjj_l ul a{
  font-size:14px;
}
.csrjj_2{
  margin-top:20px;
  line-height:24px;
  text-align:center;
}
.csrjj_3{
  width:90%;
  margin:10px auto 0;
}
.csrjj_3 img{
  width:100%;
  text-align:center;
}
/*fzlc*/
.fzlcg {
  width: 100%;
  height: 100%;
}

.fzlcg .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.fzlc{
  height:886px;
  padding:40px 0px 90px;
  position: relative;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
}
.fzlc_w{
  width:860px;
  margin:0 auto;
  position:relative;
}
.fzlc_w::after{
  content:'';
  position:absolute;
  height:100%;
  width:1px;
  background:#000;
  left:59.5px;
  top:50px;
}
.fzlc_w ul{
  padding-top:80px;
}
.fzlc_w ul li{
  height:auto;
  width:100%;
  padding-top:64px;
  position:relative;
  z-index: 1;
}
.fzlc_w ul li::after{
  content:'';
  position:absolute;
  width:13px;
  height:13px;
  box-shadow: 0px 0px 10px 1px #c62128;
  border-radius: 50%;
  background:#c62128;
  left:54px;
  top:180px;
}
.fzlc_l{
  width:120px;
  height:32px;
  text-align:center;
  line-height:32px;
  background:#c62128;
  border-radius: 4px;
  color:#fff;
  float:left;
}
.fzlc_r{
  float:right;
  background:#f9f9f9;
  width:620px;
  padding:16px 30px 10px;
}
.fzlc_r1{
  height:22px;
  font-size:18px;
  text-indent:13px;
  position:relative;
  margin-bottom:10px;
  line-height:22px;
}
.fzlc_r1::before{
  content:'';
  position:absolute;
  height:100%;
  width:3px;
  background:#c62128;
  left:0px;
  top:0px;
}
.fzlc_r1::after{
  content:'';
  position:absolute;
  width:100%;
  height:1px;
  background:#c7c7c7;
  bottom:-10px;
  left:0px;
}
.fzlc_r2a{
  float:left;
  line-height:30px;
  padding-top:20px;
  font-size:16px;
}
.fzlc_r2b{
  float:right;
  padding-top:10px;
}
.fzlc_img{
  padding-top:10px;
}
/*fzzl*/
.fzzl{
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
  height:auto;
}
.fzzl_w{
  width:85%;
  margin:0 auto;
  padding:87px 0 40px;
}
.fzzl .fzzl_w:nth-child(2){
  padding-top:0px;
  transition: .5s;
}
.xs{
  display:none;
  transition: .5s;
}
.djzk{
  text-align:center;
  padding-bottom:30px;
  font-size:16px;
  color:#c52227;
  position: relative;
  cursor: pointer;
}

.fzzl_title{
  width:100%;
  line-height:75px;
  text-align:center;
  height:75px;
  font-size:34px;
  color:#fff;
  background:#c93238;
}
.fzzl_ul li{
  margin-bottom:8px;
}
.fzzl_ull{
  background:#f9f9f9;
  font-size:18px;
  text-align:center;
  color:#c93238;
  float:left;
  width:30%;
  line-height:30px;
  padding:30px 0px;
  font-weight:bold;
}
.fzzl_ulr{
  background:#f9f9f9;
  line-height:30px;
  float:right;
  width:69%;
  text-align:center;
  padding:30px 0px;
}
.fzzl_ul li:nth-child(2n) .fzzl_ull,.fzzl_ul li:nth-child(2n) .fzzl_ulr{
  background:#f2f2f2;
  padding:20px 0px;
}
.fzzl_ull3{
  padding:60px 0px;
}
/*kysl*/
.kysl{
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
  height:100%;
}
/*post*/
.post .input-group{
  margin-bottom:15px;
}
/*zzry*/
.zzry{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  padding-bottom:60px;
}
.zzry>ul{
  width:90%;
  margin:0 auto;
  padding-top:80px;
}
.zzry>ul>li{
  float:left;
  width:30%;
  margin-right:5%;
  margin-bottom:35px;
}
.zzry>ul>li:nth-child(3n){
  margin-right:0px;
}
.zzry>ul>li img{
  width:100%;
  height:173px;
}
.zzry .zzry_text{
  line-height:36px;
  text-align:center;
}
/*abouta*/
.abouta{
  margin:65px 0px;
  padding:50px 50px;
  background:#c93239;
}
.abouta ul {
  margin-left:4.5%;
}
.abouta ul li{
  width:16.66%;
  float:left;
  position:relative;
  height:100px;
}
.abouta ul li:last-child{
  width:10%;
}
.abouta ul li::before{
  content:'';
  position:absolute;
  left:1px;
  height:100%;
  width:1px;
  background:#e09290;
}
.abouta ul li::after{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  height:50%;
  width:3px;
  background:#fff;
}
.abouta1{
  font-size:32px;
  font-weight:bold;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  margin-left:16px;
}
.abouta1 .ja{
  font-size:30px;
  display:inline-block;
  position:relative;
  top:-10px;
}
.abouta2{
  margin-top:5px;
  font-size:16px;
  color:#f3e5e5;
  margin-left:16px;
  line-height:28px;
}
/*tdfc*/
.tdfc{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.tdfc ul{
  width:85%;
  margin:0 auto;
  padding-top:80px;
}
.tdfc li{
  border-bottom:1px solid #cccccc;
  padding-bottom:35px;
  margin-bottom:35px;
}
.tdfc li:hover .tdfc2a{
  color:#c52227;
}
.tdfc1{
  float:left;
}
.tdfc2{
  float:right;
  margin-right:5%;
}
.tdfca2{
  margin-right:0px;
}
.tdfc2a{
  font-size:20px;
  color:#161616;
  letter-spacing: 1px;
  text-align:right;
  padding-top:40px;
}
.tdfc2b{
  font-size:16px;
  color:#adadad;
  text-align:right;
  line-height:65px;
}
.tdfc2c{
  width:75px;
  height:27px;
  line-height:27px;
  background:#c62128;
  color:#fff;
  text-align:center;
  letter-spacing: 2px;
  float:right;
}
/*yrln*/
.yrln{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  padding-top:80px;
  padding-bottom:120px;
}
.yrln_w{
  width:85%;
  margin:0 auto;
  position:relative;
  height:200px;
}
.yrln_w::before{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:68px;
  height:38px;
  background:url(/public/static/index/images/mh.png) center;
}
.yrln_w::after{
  content:'';
  position:absolute;
  bottom:0px;
  right:0px;
  width:68px;
  height:38px;
  background:url(/public/static/index/images/mh.png) center;
}
.yrln_wn{
  width:70%;
  margin:0 auto;
}
.yrln1{
  font-size:36px;
  position:relative;
  color:#010101;
  padding-bottom:23px;
  margin-bottom:52px;
}
.yrln1::before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:120px;
  height:2px;
  background:#010101;
}

.yrln2{
  color:#c93238;
  font-size:24px;
  line-height:40px;
}
/*rczp*/
.join{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  padding-top:80px;
  padding-bottom:120px;
}
.job_box {
  width: 90%;
  margin:0 auto;
  overflow: auto;
}
.job_box ul li {
  list-style: none;
}

.JobList_e1 {
  border: 1px solid #eee;
  margin-bottom: 35px;
  min-width: 600px;
  padding-left: 0px;
}

.hrList_a1_title li:first-child {
  color: #333;
}

.job_title {
  background: #F3F5FA;
  min-width: 600px;
}

.job_title ul {
  overflow: hidden;
  padding-left: 30px;
}

.job_title li {
  color: #000;
  float: left;
  font-size: 20px;
  width: 25%;
  line-height: normal;
  list-style: none;
}

.job_title i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.job_title img {
  max-width: 25px;
  max-height: 20px;
  display: block;
}

.job_title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 3em;
}

.hrList_a1_title li {
  width: 25%;
  float: left;
  color: #999;
  font-size: 16px;
  box-sizing: border-box;
}
.JobList_e1 {
  border: 1px solid #eee;
  margin-bottom: 35px;
  min-width: 600px;
  padding-left: 0px;
}
.job_box ul li {
  list-style: none;
}

.hrList_a1_item {
  background: #fff;
  max-width: 100%;
}
.hrList_a1_title {
  padding: 20px 0 20px 30px;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.hrList_a1_item:nth-child(even) .hrList_a1_title {
  background: #f8f8f8;
}
.hrList_a1_item>ul {
  display:None;
  font-size: 16px;
  padding: 30px;
}
.clearfix p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.gwnr{
  position:relative;
}
.hrList_a1_button{
  width:78px;
  height:28px;
  line-height:28px;
  text-align:center;
  background:#c93238;
  position:absolute;
  bottom:49px;
  right:80px;
}
.hrList_a1_button a{
  color:#fff;
  font-size:12px;
}
/*about end*/

/*news*/
.news_bg{
  background:#f9f9f9;
}
.news{
  padding-top:76px;
}
.news_nav {
  border-top: 11px solid #c93239;
  box-shadow: 0px 0px 10px 1px rgb(201 50 57 / 10%);
  position: relative;
  z-index: 3;
  background: #fff;
}
.news_nav ul{
  text-align:center;
}
.news_nav ul li{
  display:inline-block;
  height:74px;
  line-height:74px;
  padding:0px 50px;
  position:relative;
}
.news_nav ul .action a{
  color:#c93238;
}
.news_nav ul li:hover a{
  color:#c93238;
}
.news_nav ul li a{
  font-size:18px;
  color:#010101;
}
.news_nav ul li:hover::after {
  content: '';
  position: absolute;
  bottom: 0px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c93239;
}
.news_nav ul .action::after {
  content: '';
  position: absolute;
  bottom: 0px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c93239;
}
.newsn_list{
  padding:60px 0px;
  background:#fff;
}
.newsn_listw{
  width:94%;
  margin:0 auto;
}
.newsn_list>ul>li{
  float:left;
  width:31%;
  padding-bottom:40px;
  border-bottom:1px solid #cccccc;
  margin-bottom:40px;
  margin-right:3.5%;
}
.newsn_list>ul>li .newsn1{
  position:relative;
  overflow: hidden;
  border:1px solid rgba(0,0,0,0.02);
}
.newsn_list>ul>li:hover img{
  transform: scale(1.05);
}
.newsn_list>ul>li img{
width:100%;
height:300px;
transition: .5s;
}
.newsn_list>ul>li:nth-child(3n){
  margin-right:0px;
}
.rcfhimg>li .newsn1 img{
  width:100%;
  height:171px;
  transition: .5s;
}

.newsn2{
  font-size:20px;
  line-height:40px;
  margin-top:10px;
  color:#161616;
}
.newsn3{
  color:#161616;
  opacity: 0.5;
  line-height:60px;
}
.newsn4{
  width:76px;
  height:26px;
  line-height:26px;
  text-align:center;
  color:#fff;
  background:#c93239;
}
.newsn5{
  line-height:24px;
  color:#7f7f7f;
}
.newsn_list>ul>li:hover .newsn2{
  color:#c93239;
}
.rcfh>ul>li{
  width:30%;
  margin-right:5%;
}
.rcfh>ul>li:nth-child(2n){
  margin-right:5%;
}
.rcfh>ul>li:nth-child(3n){
  margin-right:0px;
}
.pages{
  text-align:center;
}
.pages ul li:hover{
  background:#c62128;
  color:#fff;
  border:1px solid #c62128;
}
.pages ul li:hover a{
  color:#fff;
}
.pages ul .syy{
  display:inline-block;
  width:76px;
  height:34px;
  line-height:34px;
  text-align:center;
  border:1px solid #9b9b9b;
  margin-right:10px;
}
.pages ul .sz{
  display:inline-block;
  width:34px;
  height:34px;
  text-align:center;
  line-height:34px;
  border:1px solid #9b9b9b;
  margin:0 10px;
}
.pages ul .xyy{
  display:inline-block;
  width:76px;
  height:34px;
  line-height:34px;
  text-align:center;
  border:1px solid #9b9b9b;
  margin-left:10px;
}
.pages ul .current{
  background:#c62128;
  border:none;
  width:35px;
  height:35px;
  color:#fff;
}
.pages_s{
  padding-bottom:60px;
}
/*news end*/

/*stny*/
.stny{
  background:#fff;
  width:100%;
  padding-bottom:60px;
}
.stny_w{
  width:1600px;
  margin:0 auto;
  padding-top:60px;
}
.stny>ul>li{
  width:50%;
  float:left;
  padding-bottom:60px;
  margin-bottom:60px;
  border-bottom:1px solid #cccccc;
}

.stny>ul>li .stny1{
  width:300px;
  float:left;
}
.stny>ul>li .stny1{
  position:relative;
  overflow: hidden;
}
.stny>ul>li .stny1 img{
  width:100%;
  transition: .5s;
}
.stny>ul>li:hover .stny1 img{
  transform: scale(1.05);
}
.stny>ul>li:nth-child(2n){
  margin-right:0px;
}
.stnys .news_nav ul li{
  padding:0 40px;
}
.newsa ul li{
  padding:0 44px;
}
.stny>ul>li:hover .tdfc2a{
  color:#c52227;
}
/*stny end*/

/*tjrm*/
.ny_left{
  width:66%;
  float:left;
}
.zxl .tjrm{
  width:32%;
  float:right;
  margin-top:0px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.zxl .tjrm_l {
  width: 94%;
  background: #fff;
  padding: 40px 3% 0px;
  float: none;
}
.zxl .tjrm_r {
  width: 94%;
  float: none;
  background: #fff;
  padding: 40px 3%;
}

.zxl .tjrm_r .aar4 ul li img {
  width: 100%;
  height: 137px;
}
.zxl .zxcp_text{
  height:40px;
  position:relative;
  overflow: hidden;
}
.tjrm{
  margin-top:60px;
}
.tjrm_l{
  width:580px;
  background:#fff;
  padding:40px 60px;
  float:left;
}
.tjrm_l ul li{
  position:relative;
  transition: .5s;
}
.tjrm_l ul li:hover .wb{
  color:#c52227;
}
.tjrm_l span{
  display:inline-block;
}
.tjrm_l .wb{
  display:inline-block;
  width:360px;
}
.tjrm_l .stime{
  font-size:14px;
  color:#9f9f9f;
  position:absolute;
  bottom:0px;
  right:0px;
}
.tjrm_r{
  width:840px;
  float:right;
  background:#fff;
  padding:40px 60px;
}
.tjrm_r .aar4 ul li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-bottom: 0px;
  background:#f5f5f5;
}
.tjrm_r .aar4 ul li img{
  width:193px;
  height:169px;
}
.tjrm_r .aar4 ul a:nth-child(4) li{
  margin-right:0px;
}
.tjrm_r .aar4 ul li .arr4_text{
  line-height:40px;
  text-align:center;
  color:#161616;
}
/*tjrm end*/
/*jkys*/
.jkys{
  background:#fff;
  padding:60px 0px;
}
.jkys_w{
  width:94%;
  margin:0 auto;
}
.jkys .jkys_w li{
  background:#f5f5f5;
  width:23%;
  margin-right:2.66%;
  float:left;
  margin-bottom:40px;
  transition: .5s;
  position:relative;
}
.jkys .jkys_w li .jkys1{
  position:relative;
  overflow: hidden;
  text-align:center;
}
.jkys .jkys_w li:hover img{
  transform: scale(1.01);
}
.jkys .jkys_w li:nth-child(4n){
  margin-right:0px;
}
.jkys .jkys_w li img{
  width:300px;
  height:300px;
  display:inline-block;
  transition: .5s;
}
.jkys .jkys_w li .jkys2{
  text-align:center;
  color:#4a4a4a;
  font-size:18px;
  padding:0px 0px 40px;
}
.jkys .jkys_w li:hover .jkys2{
  color:#c93239;
}

/*jkys end*/

/*line*/
.jkys .jkys_w li .sp {
  position: absolute;
  background: #c93239;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jkys .jkys_w li .line-1 {
  left: 0%;
  top: 0%;
  width: 0%;
  height: 2px;
}
.jkys .jkys_w li:hover .line-1, .jkys .jkys_w li:hover .line-3 {
  width: 100%;
}
.jkys .jkys_w li:hover .line-2, .jkys .jkys_w li:hover .line-4 {
  height: 100%;
}
.jkys .jkys_w li .line-2 {
  right: 0%;
  top: 0%;
  width: 2px;
  height: 0%;
}
.jkys .jkys_w li .line-3 {
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 2px;
}
.jkys .jkys_w li .line-4 {
  left: 0%;
  bottom: 0%;
  width: 2px;
  height: 0%;
}


.ie1 li .sp {
  position: absolute;
  background: #c93239;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ie1 li .line-1 {
  left: 0%;
  top: 0%;
  width: 0%;
  height: 2px;
}
.ie1 li:hover .line-1, .ie1 li:hover .line-3 {
  width: 100%;
}
.ie1 li:hover .line-2, .ie1 li:hover .line-4 {
  height: 100%;
}
.ie1 li .line-2 {
  right: 0%;
  top: 0%;
  width: 2px;
  height: 0%;
}
.ie1 li .line-3 {
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 2px;
}
.ie1 li .line-4 {
  left: 0%;
  bottom: 0%;
  width: 2px;
  height: 0%;
}

/*line end*/

/*hzzs*/
.hzzs{
  background:#fff;
}
/*zsjm*/
.zsjm{
  width:1370px;
  text-align:center;
  margin:0 auto;
}
.zsjm1{
  font-size:26px;
  color:#1b1b1b;
  line-height:50px;
  padding:100px 0px 130px;
}
.zsjm2{
  padding-bottom:130px;
}
.zsjm2 img{
  width:100%;
}
.zsjm3{
  width:94%;
  margin:0 auto;
  padding-bottom:100px;
}
.zsjm3 img{
  width:100%;
}
.jmwl{
  margin:60px 0;
}
.jmwl img{
  width:100%;
}
.jmkh{
  width:94%;
  margin:0 auto;
  padding:60px 0px;
}
.jmkh img{
  width:100%;
}
/*cjwt*/
.cjwt{
  padding:100px 0px;
}
.cjwt ul li{
  width:30%;
  float:left;
  margin:0px 10% 80px;
}
.cjwt1 ul li img{
  width:100%;
}
.cjwt2{
  font-size:24px;
  line-height:50px;
  margin-top:20px;
}
.cjwt3{
  font-size:16px;
  line-height:28px;
}
/*shfw*/
.shfw{
  width:94%;
  margin:0 auto;
  padding:100px 0px;
}
.shfw img{
  width:100%;
}
.shfw1{
  font-size:24px;
  margin-top:80px;
  margin-bottom:20px;
}
.shfw2{
  font-size:18px;
  line-height:36px;
  letter-spacing: 1px;
}
/*tsjy*/
.tsjy{
  width:770px;
  margin:0 auto;
  padding:100px 0px;
}
.tsjy ul li{
  margin-bottom:36px;
}
.tsjyl{
  float:left;
  width:110px;
  font-size:16px;
  line-height:42px;
  text-align:right;
}
.tsjyl span{
  color:#c52227;
}
.tsjyr{
  float:right;
  width:660px;
}
.tsjyr input{
  border:#000 1px solid;
  height:40px;
  line-height:40px;
  width:500px;
}
.tsjyr textarea{
  width:660px;
  border:1px solid #000;
}
.tsjy_btn{
  width:104px;
  height:32px;
  line-height:32px;
  text-align:center;
  color:#fff;
  background:#c62128;
}
/*gczb*/
.gczb{
  width:80%;
  margin:0 auto;
  padding:120px 0px;
}
.gczb ul li{
  height:64px;
  background:#f9f9f9;
  line-height:64px;
  transition: .5s;
}
.gczb ul li:nth-child(2n){
  background:#f2f2f2;
}
.gczb1{
  display:inline-block;
  text-indent:64px;
  width:50%;
  color:#565656;
}
.gczb1 span{
  font-weight:bold;
  margin-right:0.5%;
  position:relative;
  top:-2px;
  color:#565656;
}
.gczb2{
  display:inline-block;
  width:40%;
  color:#565656;
}
.gczb3{
  display:inline-block;
  width:6%;
  text-align:right;
  color:#565656;
}
.gczb3 i{
  font-size:20px;
}
.gczb ul li:hover{
  background:#c93238;
}
.gczb ul li:hover .gczb1{
  color:#fff;
}
.gczb ul li:hover .gczb1 span{
  color:#fff;
}
.gczb ul li:hover .gczb2{
  color:#fff;
}
.gczb ul li:hover .gczb3{
  color:#fff;
}
/*hzzs end*/

/*lxwm*/
.lxwm_bg{
  background:#f9f9f9;
}
.lxwma{
  margin-top:60px;
  width:82%;
  padding:85px 9%;
  background:#fff;
}
.lxwmal{
  width:55%;
  float:left;
}
.lxwmal1{
  color:#c62128;
  font-size:30px;
  font-family: "微软雅黑";
}
.lxwmal2{
  margin-top:44px;
}
.lxwmal2 ul li{
  font-size:18px;
  color:#060606;
  width:50%;
  line-height:40px;
  float:left;
}
.lxwmar{
  width:42%;
  float:right;
}
.lxwmar ul {
  text-align:right;
}
.lxwmar ul li{
  display:inline-block;
  margin-left:8%;
}
.lxwmar1{
  width:140px;
  height:140px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.lxwmar1 img{
  width:100%;
}
.lxwmar2{
  text-align:center;
  line-height:40px;
  margin-top:20px;
  font-size:16px;
}
/*lxwm end*/
/*info*/
.ty_dtitle{
}
.content_left_title{
  padding: 0 20px 15px;
    color: #333;
    font-weight: 700;
    font-size: 32px;
    line-height: 53px;
}
.content_left_time{
  font-size:16px;
  color: rgba(0,0,0,0.3);
  padding: 0 20px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.left_zw{
  padding:60px 0px;
}
.left_zw img{
  display:inline;
}
/*info end*/
/*fenye*/
.fenye{
  width:100%;
  margin:0 auto;
}
.fenye p{
  width:100%;
}
.fenye p a{
  display:inline-block;
}
/*fenye end*/
/*nycontent*/
.ty_dtitle{
  text-align:center;
}
.ny_content{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  padding:60px 4%;
}
.ny_content p{
  margin-bottom:15px;
  line-height:26px;
  font-size:16px;
}
.ggw .ggw2:nth-child(2) img{
  width:100%;
}

/*nycontent*/
@media (max-width: 1850px){
  .ial{
    width:48%;
  }
  .abouta ul li:last-child{
	  width:15%;
  }
  .zxl .tjrm_r .aar4 ul li img{
    width:97px;
    height:97px;
    margin:10px auto;
  }
  .zxl .zxcp_img{
    height:97px;
  }
  .zxl .tjrm_l .wb{
    font-size: 12px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
  }
  .zxl .aar2 ul li span{
	  float:left;
  }
  .zxl .tjrm_l .stime{
    font-size:12px;
  }
  .biaos2{
  background:#fff;
  text-align:center;
  padding:20px 0px;
  font-size:16px;
  line-height:32px;
}
.ifla1{
	margin-top:0px;
}
  .icr1 p{
    margin-bottom:10px;
    font-size:14px;
  }
  .ial_banner {
    width: 100%;
    height: 350px;
}
  .ial .swiper-wrapper img{
    width:100%;
    height:auto;
  }
  .iar{
    width:48%;
  }
  .iar1l {
    width: 30%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.iar1r {
  width: 67%;
  float: right;
  height: auto;
}
.iar1 {
  height: auto;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #b2b2b2;
}
.iar1r1{
  line-height:30px;
  height:30px;
  position:relative;
  overflow: hidden;
}
.footera>ul>li {
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.footera1 {
  width: 35%;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
.iar2 span{
  font-size:12px;
}
.ifl {
  width: 60%;
  float: left;
}
.ifr{
  width:35%;
}
.ifla2l {
  float: left;
  width: 40%;
  position: relative;
  overflow: hidden;
}
.ifla2r {
  width: 56%;
  float: right;
}
.ifla2r1 {
  font-size: 18px;
  color: #000;
  margin: 6px 0px;
}
.ifla2r2 {
  color: #747474;
  font-size: 16px;
  line-height: 26px;
  height:78px;
  position:relative;
  overflow: hidden;
}
.ic .icl {
  width: 40%;
  height: auto;
  float: left;
}
.icr2{
  margin-top:20px;
}
.ic .icr {
  width: 58%;
  float: right;
}
.iar1l img {
  width: 100%;
  height: auto;
  transition: .5s;
}
.tjrm_l {
  width: 36%;
  background: #fff;
  padding: 40px 2%;
  float: left;
}
.tjrm_r {
  width: 54%;
  float: right;
  background: #fff;
  padding: 40px 2%;
}
.tjrm_r .aar4 ul li img {
  width: 100%;
  height: 169px;
}
.aal {
  width: 56%;
  float: left;
  background: #fff;
  position: relative;
}
.aar {
  float: right;
  width: 36%;
  padding: 36px 2%;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}
.zxcp_img{
  height:161px;
}
.aar4 ul li img {
  width: 100%;
  height: auto;
}
.stny>ul>li {
  width: 46%;
  margin-left:2%;
  float: left;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}
.lxwmar ul li {
  display: inline-block;
  margin-left: 4%;
}
.stny_w {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.stny>ul>li .stny1 {
  width: 40%;
  float: left;
}
.tdfc2a {
  font-size: 16px;
  color: #161616;
  letter-spacing: 1px;
  text-align: right;
  padding-top: 20px;
}
.ie1 ul li img{
  width:80%;
}
.ie1 {
  padding-bottom: 30px;
  height: auto;
}
.ie1 ul li {
  width: 23%;
  float: left;
  height: auto;
  background: #f5f5f5;
  text-align: center;
  margin-right: 2.66%;
  position: relative;
  padding-bottom:20px;
}
.ib>ul>li{
  width:32%;
}
.ib>ul>li:nth-child(2) {
  margin: 0 2%;
}
.ib>ul>li:nth-child(5) {
  margin: 0 2%;
}
.ib>ul>li:nth-child(4), .ib>ul>li:nth-child(5), .ib>ul>li:nth-child(6) {
  margin-top: 34px;
}
.aar2 ul li {
  height: 34px;
  line-height: 34px;
  position:relative;
  overflow: hidden;
}
.zxcp_text {
  font-size: 12px;
  line-height: 40px;
}
.iar2 ul li div{
  width: 70%;
  position: relative;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iar1r2{
  font-size:13px;
}
}
.ib3{
  min-height:190px;
}
.left_zw img{
  max-width:100%;
}
@media (max-width: 1000px){
  .ib3{
    min-height:unset;
  }
  .sj{
    display:block;
  }
  .pc{
    display:none;
  }
  
  .ial .swiper-wrapper img{
    width:100%;
  }
  .ggw .ggw1 {
    width: 100%;
    float: none;
  }
  .ggw .ggw2:nth-child(2) {
    width: 100%;
    float: right;
  }
  .ggw .ggw2:nth-child(2) img {
    width: 100%;
    margin-top:10px;
  }
  .ifl {
    width: 100%;
    float: none;
}
.w90 {
  width: 96%;
  margin: 0 auto;
}

.header_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  padding: 0;
  height:66px;
  line-height:66px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.1);
}
.header_ico {
  position: absolute;
  right: 30px;
  font-size: 18px;
  color: #000;
}
.header_ico i {
  font-size: 22px;
}
.header_img{
  margin-left:10px;
}
.header_img img{
  margin-top:6px;
}
.header_top>.header>ul{
    float: none;
    position: absolute;
    background: #fff;
    left: -100%;
    top: 0px;
    height: 100vh;
    padding-top: 30px;
    width:100%;
    display:block;
    transition: .5s;
}
.header_top>.header .action{
  left:0%;
}
.header_imga{
  width:30%;
  margin:0 auto;
}
.header_imga img{
  width:100%;
}
.header_icoa {
  position: absolute;
  font-size: 18px;
  color: #000;
  right: 20px;
  top: 0px;
}
.header_icoa i{
  font-size:30px;
}
.header_top>.header>ul>li{
  line-height:60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_top>.header>ul>li:nth-child(3){
  margin-top:30px;
}
.swipera {
  width: 100%;
  height: 200px;
  margin-top:66px;
}
.swipera img{
  width:100%;
  height:200px;
}

.title {
  margin: 40px 0px 10px;
  font-size: 18px;
  color: #000;
}
.title i {
  color: #c93239;
  font-size: 26px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  position:relative;
  top:0px;
}
.ial{
  float:none;
  width:100%;
}
.ial_banner {
  width: 100%;
  height: auto;
}
.iar1 {
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #b2b2b2;
}
.iar1l{
  display:none;
}
.iar {
  width: 100%;
  float: none;
}
.iar1r {
  width: 100%;
  float: none;
  height: auto;
}
.iar1r1{
  font-weight:400;
  height:30px;
  line-height:30px;
  margin-top:10px;
  overflow: hidden;
}
.iar2 ul li span{
  display:none;
}
.ic .icl {
  width: 100%;
  height: auto;
  float: none;
}
.ic .icr {
  width: 100%;
  float: none;
}
.icr2 {
  margin-top: 15px;
}
.icr2 ul li {
  width: 65px;
  height: 65px;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.icr2a {
  margin-top: 10px;
  color: #c93239;
  transition: .3s;
}
.icr2a i {
  font-size: 14px;
}
.icr2b {
  font-size: 12px;
  color: #c93239;
  margin-top: 8px;
  transition: .3s;
}
.icr2 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 65px;
}
.ib>ul>li {
  float: none;
  width:100%;
  margin-top:20px;
}
.ib .ib1 {
  font-size: 16px;
  font-family: "PingFang SC Bold", "Microsoft YaHei", "Arial";
  text-align: center;
  margin-bottom: 25px;
  color: #c93239;
  position: relative;
}
.ib .ib1::before {
  content: '';
  position: absolute;
  right: 30%;
  top: 10px;
  width: 32px;
  height: 1px;
  background: #c93239;
}
.ib .ib1::after {
  content: '';
  position: absolute;
  left: 30%;
  top: 10px;
  width: 32px;
  height: 1px;
  background: #c93239;
}
.ib>ul>li:nth-child(2) {
  margin: 20px 0% 0px;
}
.ib3 ul li a {
  transition: .5s;
  font-size: 12px;
}
.icr1 {
  font-size: 14px;
  color: #595959;
  line-height: 30px;
  text-indent: 2em;
}
.icr1 p {
  margin-bottom: 5px;
}
.ib>ul>li:nth-child(4), .ib>ul>li:nth-child(5), .ib>ul>li:nth-child(6) {
  margin-top: 20px;
}
.ib>ul>li:nth-child(5) {
  margin: 20px 0% 0px;
}
.iinav{
  float:none;
}
.iinav ul{
  text-align:center;
  margin-top:20px;
}
.iinav ul li {
  float: none;
  display:inline-block;
  height: 30px;
  width: 60px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #818181;
  border-radius: 2px;
  margin-left: 5px;
  transition: .5s;
  position: relative;
  overflow: hidden;
}
.iinav ul li a {
  font-size: 14px;
  color: #818181;
  display: block;
  width: 60px;
  height: 30px;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.ie1 ul li img{
  width:80%;
}
.ie1 ul li{
  margin-right:0px;
  height:auto;
  padding-bottom:20px;
}
.ie1{
  padding-bottom:0px;
  height:auto;
}
.ie1b {
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
}
.ifla1 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #c93239;
  position: relative;
  text-indent: 25px;
  border-bottom: 1px #000000 solid;
}
.ifla1::before {
  content: '';
  position: absolute;
  left: 100px;
  top: 20px;
  height: 1px;
  width: 16px;
  background: #c93239;
}
.ifla1::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 20px;
  height: 1px;
  width: 16px;
  background: #c93239;
}
.ifla2l {
  float: none;
  width: 100%;
}
.ifla2r {
  width: 100%;
  float: none;
}
.ifla2r1 {
  font-size: 16px;
  color: #000;
  margin: 10px 0px;
}
.ifla2r2 {
  color: #747474;
  font-size: 14px;
  line-height: 24px;
}
.ifla1 a{
  top:3px;
}
.ifla1 i {
  font-size: 22px;
}
.ifr {
  width: 100%;
  float: none;
}
.iy1 ul{
  margin-top:10px;
}
.iy1 ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom:10px;
}
.iy1 ul li:nth-child(3n){
  margin-right:0px;
}
.iy1{
  padding-bottom:20px;
}
.iy2{
  padding-bottom:20px;
}
.iy2 ul li{
  margin-bottom:10px;
}
.footera1 {
  width: 100%;
  float: none;
  padding-left: 0px;
  border-left: none;
  text-align:center;
}
.footera>ul{
  display:none;
}
.footera1b li {
  font-size: 12px;
  color: #fff;
  width: 100%;
  float: none;
  line-height: 26px;
}
.footera1b li:nth-child(2n) {
  width: 100%;
  float: none;
}
.footera1c {
  margin-top: 20px;
  padding-bottom:30px;
}
.footera1c ul li {
  width: 32%;
  margin-right:2%;
  text-align: center;
}
.footera1c ul li:nth-child(3){
  margin-right:0%;
}
.footerb {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height:auto;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
  padding:20px 0px;
}
.footer {
  height: 460px;
  background: #c93239;
  padding-top: 34px;
  position: relative;
}
.footerb p{
  display:block;
  font-size:14px;
}
.abouta {
  margin: 35px 0px;
  padding: 30px 0px;
  background: #c93239;
}
.abouta ul li {
  width: 33.33%;
  float: left;
  position: relative;
  height: 100px;
  margin-bottom:30px;
}
.abouta1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 16px;
}
.abouta1 .ja {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.abouta2 {
  margin-top: 5px;
  font-size: 12px;
  color: #f3e5e5;
  margin-left: 16px;
  line-height: 28px;
}
.abouta ul li:last-child {
  width: 33.33%;
}
.aal {
  width: 100%;
  float: none;
  background: #fff;
}
.navlist{
  
}
.navlist ul li{
  overflow: hidden;
  height:80px;
}
.navlist ul li a {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
}
.navlist ul .action::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c93239;
}
.gsjj_img img{
  width:40%;
}
.gsjj_img::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 3px;
  background: #000;
  left: 40%;
  bottom: 0px;
  border-radius: 1.5px;
}
.gsjj_text {
  text-align: center;
  font-size: 18px;
  color: #c93239;
  font-weight: 600;
  margin: 20px 0px 30px;
}
.gsjj_content {
  padding: 0 10px 30px;
}
.gsjj_content img {
  width: 100%;
  margin-bottom: 0px;
}
.gsjj_content p{
  font-size:14px;
}
.abk{
  margin-bottom:30px;
}
.aar {
  float: none;
  width: 96%;
  padding: 20px 2%;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}
.aar2 ul li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.aar2 ul li span {
  display: inline-block;
  width: 40px;
  font-size: 14px;
  text-align: center;
  margin-right: 7.5px;
  margin-left:7.5px;
}
.aar1 {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 10px;
}
.aar1 i {
  font-size: 22px;
  color: #c93239;
  margin-right: 10px;
}
.aar3 {
  margin-top: 30px;
}
.aar4 {
  margin-top: 10px;
}
.aar6 {
  display:none;
  text-align: center;
  margin: 30px 0px 10px;
}
.aar6 li:nth-child(1) {
  font-size: 16px;
  color: #000;
  line-height: 35px;
}
.aar6 li img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 10px;
}
.csrjj {
  position: relative;
  padding-top: 0px;
  z-index: 2;
  height: auto;
}
.csrjj_img {
  float: none;
  width: 100%;
  margin-left: 0px;
}
.csrjja {
  display:None;
}
.csrjjb {
  width: 100%;
  font-size: 15px;
  line-height: 27px;
  float: none;
  font-family: "微软雅黑";
  text-align:center;
  margin:30px 0px;
}
.csrxm {
  width: 100%;
  background: #c62128;
  height: 120px;
  position: relative;
  z-index: 1;
  top: -0px;
  left: 0%;
}
.csrjj_l {
  width: 100%;
  background: #fff;
  height: auto;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  float: none;
  margin-bottom:30px;
  padding-bottom:30px;
}
.csrjj_r {
  float: none;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  margin-bottom:30px;
  padding-bottom:30px;
}
.qywh_img{
  text-align:center;
}
.qywh_img img{
  width:96%;
}
.qywha ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 160px;
  top: 8px;
  left: 8px;
  border-radius: 8px;
  background: #c62128;
}
.qywha ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background: #f5f5f5;
}
.qywha1 {
  color: #c62128;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align:center;
}
.qywha1 i {
  font-size: 26px;
}
.qywha2 {
  font-size: 14px;
  color: #c62128;
  margin-left: 0px;
  margin-bottom: 15px;
  text-align:center;
}
.qywha3 {
  font-size: 12px;
  color: #555555;
  margin-left: 0px;
  text-align:center;
}
.qywha ul li {
  position: relative;
  width: 27%;
  height: 160px;
  margin: 0px 3.09% 20px;
  float: left;
}
.qywha {
  margin-top: 20px;
}
.fzsj {
  padding-top:70px;
  margin-bottom:30px;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}
.fzsj li{
  text-align:center;
  padding-bottom:30px;
}
.fzsj li img{
  margin-top:10px;
  width:100%;
}
.fzsj li p{
  line-height:25px;
}
.fzsj li p:first-child{
  font-size:18px;
  color:#c52227;
}
.fzzl_ull {
  background: #f9f9f9;
  font-size: 18px;
  text-align: center;
  color: #c93238;
  float: none;
  width: 100%;
  line-height: 30px;
  padding: 10px 0px;
  font-weight: bold;
}
.fzzl_ulr {
  background: #f9f9f9;
  line-height: 30px;
  float: none;
  width: 100%;
  margin:0 auto;
  text-align: left;
  padding: 5px 0px;
}
.fzzl_w {
  width: 96%;
  margin: 0 auto;
  padding: 70px 2% 0px;
}
.fzzl_ul li:nth-child(2n) .fzzl_ull, .fzzl_ul li:nth-child(2n) .fzzl_ulr {
  background: #f2f2f2;
  padding: 5px 0px;
}
.fzzl_title {
  width: 100%;
  line-height: 50px;
  text-align: center;
  height: 50px;
  font-size: 22px;
  color: #fff;
  background: #c93238;
}
.tdfc1 {
  float: none;
}
.tdfc1 img{
  width:100%;
}
.tdfc2a {
  font-size: 16px;
  color: #161616;
  letter-spacing: 1px;
  text-align: right;
  padding-top: 10px;
}
.tdfc2b {
  font-size: 14px;
  color: #adadad;
  text-align: right;
  line-height: 36px;
}
.tdfc li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tdfc{
  margin-bottom:30px;
}
.yrln1 {
  font-size: 18px;
  position: relative;
  color: #010101;
  padding-bottom: 23px;
  margin-bottom: 52px;
}
.yrln2 {
  color: #c93238;
  font-size: 16px;
  line-height: 40px;
}
.yrln {
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom:30px;
}
.join {
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom:30px;
}
.news_nav ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 0px;
  width:32%;
  position:relative;
}
.news_nav ul .action::after {
  content: '';
  position: absolute;
  bottom: 0px;
  margin-left: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c93239;
}
.newsn_list>ul>li {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  margin-right: 0%;
}
.tjrm {
  margin-top: 30px;
}
.tjrm_l {
  width: 96%;
  background: #fff;
  padding: 20px 2%;
  float: none;
}
.tjrm_l .wb {
  display: inline-block;
  width: 70%;
}
.aar2 ul li span{
  display:none;
}
.tjrm_r {
  width: 96%;
  float: none;
  background: #fff;
  padding: 20px 2%;
}
.tjrm_r .aar4 ul li {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 15px;
}
.tjrm_r .aar4 ul li:nth-child(2n){
  margin-right:0px;
}
.tjrm_r .aar4 ul li img {
  width: 100%;
  height: auto;
}
.tjrm_r .aar4 ul li .arr4_text {
  margin-top: 10px;
  text-align: center;
  color: #161616;
}
.news_nav ul li a {
  font-size: 16px;
  color: #010101;
}
.newsn_list>ul>li img {
  width: 100%;
  height: auto;
  transition: .5s;
}
.stnys .news_nav ul li {
  padding: 0 0px;
}
.stny>ul>li {
  width: 100%;
  float: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.stny>ul>li .stny1 {
  width: 100%;
  float: none;
}
.stny_w {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.tdfc2 {
  float: none;
  margin-right: 0%;
}
.jkys .jkys_w li {
  background: #f5f5f5;
  width: 100%;
  margin-right: 0%;
  float: none;
  margin-bottom: 20px;
  transition: .5s;
  position: relative;
}
.zsjm {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.zsjm1 {
  width:96%;
  margin-left:2%;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 32px;
  text-align:justify;
  padding: 30px 0px 30px;
  text-indent:2em;
}
.zsjm2 {
  padding-bottom: 30px;
}
.zsjm3 {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.jmkh {
  width: 94%;
  margin: 0 auto;
  padding: 30px 0px;
}
.cjwt ul li {
  width: 48%;
  float: left;
  margin: 0px 4% 20px 0;
}
.cjwt ul li:nth-child(2n){
  margin-right:0px;
}
.cjwt1 img{
  width:100%;
}
.cjwt2 {
  font-size: 16px;
  line-height: 35px;
  margin-top: 10px;
}
.cjwt3 {
  font-size: 14px;
  line-height: 26px;
}
.cjwt {
  padding: 30px 0px;
}
.shfw {
  width: 94%;
  margin: 0 auto;
  padding: 30px 0px;
}
.shfw1 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.tsjyr input {
  border: #000 1px solid;
  height: 40px;
  line-height: 40px;
  width: 38%;
}
.tsjyr textarea {
  width: 38%;
  border: 1px solid #000;
}
.gczb {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0px;
}
.gczb1 {
  display: inline-block;
  text-indent: 14px;
  width: 90%;
  color: #565656;
}
.gczb2{
  display:None;
}
.gczb1 span {
  font-weight: bold;
  margin-right: 5px;
  position: relative;
  top: -2px;
  color: #565656;

}
.gczb3 {
  display: inline-block;
  width: 6%;
  text-align: right;
  color: #565656;
  margin-right:5px;
}
.lxwma {
  margin-top: 60px;
  width: 96%;
  padding: 30px 2%;
  background: #fff;
}
.lxwmal {
  width: 100%;
  float: none;
}
.lxwmar {
  width: 100%;
  float: none;
}
.lxwmal1 {
  color: #c62128;
  font-size: 18px;
  font-family: "微软雅黑";
  text-align:center;
}
.lxwmal2 {
  margin-top: 24px;
}
.lxwmar ul{
  margin-top:30px;
}
.lxwmal2 ul li {
  font-size: 14px;
  color: #060606;
  width: 100%;
  line-height: 40px;
  float: none;
  text-align:center;
}
.lxwmar ul li {
  display: block;
  margin-left: 2%;
  width:30%;
  float:left;
}
.lxwmar ul li img{
  width:100%;
}
.lxwmar1 {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}
.lxwmar ul li:nth-child(3){
  margin-right:0px;
}
.lxwmar2 {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
}
.ny_content {
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  padding: 30px 2%;
}
.content_left_title {
  padding: 0px;
  color: #333;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
}
.content_left_time {
  font-size: 14px;
  color: rgba(0,0,0,0.3);
  padding: 15px 0px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.left_zw {
  padding: 30px 0px;
}
.w90 .title:nth-child(3) i{
  font-size:26px;
}
.left_zw img{
  width:100% !important;
}
.aar4 ul li img{
  width:100%;
  height:115px;

}
.zzry>ul>li {
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 35px;
}
.zzry .zzry_text{
  font-size:12px;
}
.pages ul li{
  margin-bottom:10px;
}
.zzry>ul>li img{
  width:100%;
  height:auto;
}
.zxcp_text{
  position:relative;
  overflow: hidden;
  height:40px;
  font-size:12px;
}
.newsn2 {
  font-size: 18px;
  line-height: 40px;
  margin-top: 10px;
  color: #161616;
}
.ny_left{
  width:100%;
  float:None;
}
.zxl .tjrm{
  width:100%;
  float:none;
  margin-top:30px;
}
.tjrm_r .aar4 ul a:nth-child(2n) li{
  margin-right:0px;
}
}
<!--0.00023102760314941-->